stop command meaning in English
停机命令
停止指令
Examples
- The stop command is passed to the service and the
,则将“停止”命令传递给服务,并且调用 - Is not implemented in the derived class , the scm handles the stop command through the empty base class
未在派生类中实现,则scm通过空基类 - When stop is called on a service , the service control manager verifies whether the service accepts stop commands using the value of
当在某服务上调用“停止”时, “服务控制管理器” ( scm )将使用 - In most cases , when you issue a stop command , the current job step is canceled and any retry logic is ignored
大多数情况下,当发出停止命令后,当前的作业步骤就会被取消,所有重试逻辑都会被忽略。 - When implemented in a derived class , executes when a stop command is sent to the service by the service control manager
在派生类中实现时,该方法于“服务控制管理器” ( scm )将“停止”命令发送到服务时执行。